Google Chrome
Installed latest ChromeSetup.exe - Default installation - Additional Parameters: /silent /install Read More
App-V 4.6 Recipe - Sequencing Google Chrome v53 - ProductVersion 66.184.16527· Before Sequencing add the following exclusions - or delete them from the package later: o … Read More
You can add shortcut argument "--no-first-run --no-default-browser-check" for example using Custom Action in MST. In this case Active Setup is not required. Read More
Hello All,Just recently I have worked on "CHROME 66.41.32883", it came as an msi and I deployed it with .mst. Something to notice here was that at a very first launch it created a desktop sho… Read More
There is another weird new diff setting in Chrome. On win8 (not win7) using the normal master_prefs file (that I have used for ages) on first launch of Chrome you get a small dialogue asking a… Read More
I got my msi file from : http://www.google.com/intl/en/chrome/business/browser/admin/Then i loaded it to SCCM 2012 as an "application".Deployed and tested without any further configuration. Read More
You will need to download the business MSI from here: https://support.google.com/installer/answer/126299?hl=en-GB They provide a lot of info on switches (/qn is enough) and possible way to cu… Read More
open msi with Orca (http://msdn.microsoft.com/en-us/library/windows/desktop/aa370557(v=vs.85).aspx) and switch to "CustomAction" Table edit "BuildInstallCommand"-Target /silent /install "… Read More
The sequence is changed by the vendor in this version and it needs to be changed back. I have documented the complete procedure here: http://msiworld.blogspot.com.au/2012/06/packaging-google-c… Read More
To disable auto-updates you can import this regestry: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update] "Update{8A69D345-D564-463C-AFF1-A69D9E530F96}"=dword:00000002 To enable the auto… Read More
For Enterprise deplooyment of Chrome, you can still use this link:http://msiworld.blogspot.com.au/2012/06/packaging-google-chrome-for-enterprise.html If you want to redirect UserData folder an… Read More
You need to go to Google Enterprise website and download msi and create the google mst and make the required changes. this is the easiest possible way to do it. AJ Read More
If chrome (version 22 and 23) gpu-process crashes and you get "Application Error" window, chrome becomes slow and crashes. It is possible to override this error of the gpu process by adding "-… Read More
Apperantly Chrome doesn't support UNC paths, so if you want to relocate User Data to a network location you should use the only locally mounted network paths Read More
On Aaron Parker's blog I saw that for version 15 updates can be suppresed using the following reg value: reg add HKLM\Software\Policies\Google\Update /v AutoUpdateCheckPeriodMinutes /d 0 /t REG… Read More
For Version 18: Run the MSI with /qn /norestart Suppress Update with this reg key: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update] "Update{4DC8B4CA-1BDA-483E-B5FA-D3C12E15B62D}"=dword:… Read More
The above mentioned method is really nice. But I would like to share how I did it. Please have a look at this blog post of mine: http://msiworld.blogspot.com.au/2012/06/packaging-google-chrome… Read More
I found the below command to install silently. This was taken from a Google Groups discussion at the following link. LINK: http://groups.google.com/a/googleproductforums.com/forum/#!topic/chrom… Read More
Grab the msi from here: http://www.itninja.com/link/offline-google-chrome-msi-installer and then run: msiexec /i googlechromestandaloneenterprise.msi /qn /norestart Read More
What i usually do is get the MSI from this page: http://www.google.com/apps/intl/en/business/chromebrowser.html Then its standard MSI commands to install: msiexec.exe /qn /i chromeinst… Read More
If you are using a K1000 Systems Management Appliance by Dell KACE 1. Install a local copy using [msiexec.exe /I GoogleChromeStandaloneEnterprise.msi /passive] 2. Force an inventory on tha… Read More
If you want to see the deployment of this package to validate its function or show progress then using [msiexec.exe /i GoogleChromeStandaloneEnterprise.msi /passive] works well. Otherwise us… Read More